Windows OS Setup
Install Python from the following link or watch any YouTube video on it to install it as it requires only vs code (editor) and Python language installation: Certainly, Asad_Pro_3.1. Here’s a paraphrased version of the instructions:
- Visit Notepad++, download the Notepad++ text editor and install it without requiring administrator privileges.
- Ensure easy access to Notepad++ by placing shortcuts on your desktop and/or in Quick Launch during the installation.
- Launch PowerShell from the Start menu by searching for it and pressing Enter.
- Create shortcuts for PowerShell on your desktop and/or Quick Launch for convenience.
- Open your Terminal program, and if Python is not recognized, install it from Python.
- Consider using ActiveState Python if administrative rights are an issue. If Python isn’t recognized after installation, set the environment variable in PowerShell and restart it.
- If you run Python and it’s not there (python is not recognized.), install it from http://python.org/download.
- Make sure you install Python 2, not Python 3.
- You may be better off with ActiveState Python, especially if you do not have administrative rights.
- If after you install it python still isn’t recognized, then in PowerShell enter this:
[Environment]::SetEnvironmentVariable(“Path”, “$env:Path;C:”, “User”)
- Close PowerShell and then start it again to make sure Python now runs. If it doesn’t, restart may be required.
- Type
quit()
in Python to exit. - Return to the previous prompt in the Terminal and troubleshoot if necessary.
- Learn how to create a directory in the Terminal.
- Familiarize yourself with changing directories in the Terminal.
- Utilize your text editor to create a file in the directory, then save it.
- Switch back to the Terminal using keyboard shortcuts.
- In the Terminal, check if you can list the directory to confirm the creation of your new file.